type go/types.errorDesc

3 uses

	go/types (current package)
		errors.go#L31: type errorDesc struct {
		errors.go#L41: 	desc  []errorDesc
		errors.go#L61: 	err.desc = append(err.desc, errorDesc{at, err.check.sprintf(format, args...)})